ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer.TagHelpers Namespace / ViewerBaseTagHelper<TControl> Class / FullScreen Property

In This Topic
    FullScreen Property (ViewerBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Viewer.ViewerBase.FullScreen. Sets whether viewer is under full screen mode.
    Syntax
    'Declaration
     
    Public Property FullScreen As Boolean
    public bool FullScreen {get; set;}
    See Also